home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 543 b | 25 lines |
- #!smake
-
- include /usr/include/make/commondefs
-
- TARGETS = scrollmon
-
- C++FILES= scrollmon.c++ PerfCalc.c++ interface.c++ CredSection.c++ icons.c++
- LC++INCS= -I/usr/include -I. -I./usr/include
- LC++DEFS= -DFUNCPROTO
- LC++OPTS= -Wf,-XNk10000 -L/usr/lib -L./usr/lib
-
- LLDLIBS = -lXm -lXt -lXpm -lfm -lXirisw -lgutil -limage -lgl -lX11 -lm
-
- LD_QUICKSTART_INFO =
-
- # Remove the '#' from the next line to compile for debugging
- OPTIMIZER = -g
-
- default all: $(TARGETS)
-
- include $(COMMONRULES)
-
- $(TARGETS): $(OBJECTS)
- $(C++F) -o $@ $(OBJECTS) $(LDFLAGS)
-